home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / print / psp2_0.arj / CHANGES.DOC next >
Text File  |  1993-11-19  |  2KB  |  44 lines

  1. History of changes to PSPrint:
  2.  
  3. Version 2.0
  4.  Bug fixes:
  5.  - Form feeds immediately followed by text (i.e., not on a line by
  6.     themselves) were not handled properly.
  7.  - Output to a file of multiple input files would overwrite itself,
  8.     leaving only the last input file.
  9.  - Input files specified with a device name but no directory path
  10.     (i.e., A:FOO.TXT) could not be read.
  11.  
  12.  New functionality:
  13.  - Response files to simplify specification of often-used settings.
  14.  - "Shrink 2 pages to 1 sheet" option (-2).
  15.  - Support for A4 paper (-pa).
  16.  - Support for 8-bit character sets.
  17.  - Clip text at right margin.
  18.  
  19.  User interface improvements:
  20.  - Display default values.
  21.  - Restricted data entry to meaningful characters
  22.     (like no letters in numeric fields).
  23.  - Added support for mutually exclusive radio button options.
  24.     Changed paper selection and page break stuff to radio buttons.
  25.  - Indicate progress by displaying page number.
  26.  - Improved error messages.
  27.  - Report usage counts for unregistered versions (a gentle reminder).
  28.  - Changed certain screen prompts to clarify their meaning.
  29.  - Changed default output in help from "PRN:" to "PRN" -- the former
  30.     was confusing, as it incorrectly implied that device names need
  31.     colons.
  32.  
  33.  Other changes:
  34.  - Complete re-write into C++.
  35.  - Added structure comments to produce conforming PostScript
  36.     documents which can then be parsed by other utilities.
  37.  - Use PostScript variables and procedures for improved modularity,
  38.     making hand modifications of the PostScript document much easier.
  39.  - More detailed explanation of fonts and output devices in
  40.     psprint.doc.
  41.  
  42.  
  43. Version 1.0     10/8/93
  44.  - Initial release.